MemoDocs Add a Memo File Form1 Label1 ! &File Name: (w/ Extension) NewMemoName Label2 " &Cell Name: (or Address) NewItemName AddButton CancelButton &Cancel AddButton_Click NewFirstName NewLastName NewFileName NewItemName NewMemoName CancelButton_Clickz MEMODOCS.FRMM Dialog box for eliciting the file name and item name for a new memo file.n AddButton_Click Validate and accept the new entries. If both fields are not present, display an error message. Enter a file name and a cell name. Add a Memo File" Reset the focus and hide this form, returning control to the MEMOPRNT form. AddButton_Click CancelButton_Click Respond to the user's cancel command. Blank out the two text boxesx and reset the focus.u Hide this form, returning control to the MEMOPRNT form. End Sub ' CancelButton_Click